home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / inn-1.4-l / inn-1 / inn-1.4-linux-0.1 / site / expire.ctl < prev    next >
Text File  |  1993-08-21  |  1KB  |  46 lines

  1. ##  $Revision: 1.8 $
  2. ##  expire.ctl - expire control file
  3. ##  Format:
  4. ##    /remember/:<keep>
  5. ##    <patterns>:<modflag>:<keep>:<default>:<purge>
  6. ##  First line gives history retention; other lines specify expiration
  7. ##  for newsgroups.  Must have a "*:A:..." line which is the default.
  8. ##    <patterns>    wildmat-style patterns for the newsgroups
  9. ##    <modflag>    Pick one of M U A -- modifies pattern to be only
  10. ##            moderated, unmoderated, or all groups
  11. ##    <keep>        Mininum number of days to keep article
  12. ##    <default>    Default number of days to keep the article
  13. ##    <purge>        Flush article after this many days
  14. ##  <keep>, <default>, and <purge> can be floating-point numbers or the
  15. ##  word "never."  Times are based on when received unless -p is used;
  16. ##  see expire.8
  17.  
  18. ##  If article expires before 14 days, we still remember it for 14 days in
  19. ##  case we get offered it again.  Depending on what you use for the innd
  20. ##  -c flag and how paranoid you are about old news, you might want to
  21. ##  make this 28, 30, etc.
  22. /remember/:14
  23.  
  24. ## Keep for 5 days default
  25. *:A:1:5:5
  26.  
  27. ## junk stays 2 days
  28. junk:A:1:2:2
  29.  
  30. ## some hierarchies stay 10 days
  31. comp.*,gnu.*,news.*:A:1:10:10
  32.  
  33. ## keep local news for 8 weeks, but not tue.biz.*
  34. win.*,tue.*:A:1:56:56
  35. tue.biz.*:A:1:5:5
  36.  
  37. ## comp.os.linux.* stay a little bit longer
  38. comp.os.linux*:A:1:14:14
  39. comp.os.linux.announce:A:1:28:28
  40.  
  41. # gnu.misc.discuss
  42. gnu.misc.discuss:A:1:56:56
  43.  
  44. ## allow Expires headers to work in news.answers
  45. news.answers:M:1:90:90
  46.